home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / c2man-2.0pl33.lha / c2man-2.0 / amiga / confmagic.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-21  |  696 b   |  30 lines

  1. /*
  2.  * This file was produced by running metaconfig and is intended to be included
  3.  * after config.h and after all the other needed includes have been dealt with.
  4.  *
  5.  * This file may be empty, and should not be edited. Rerun metaconfig instead.
  6.  * If you wish to get rid of this magic, remove this file and rerun metaconfig
  7.  * without the -M option.
  8.  *
  9.  *  $Id: confmagic.h,v 2.0.1.1 1993/11/08 08:22:53 greyham Exp $
  10.  */
  11.  
  12. #ifndef _confmagic_h_
  13. #define _confmagic_h_
  14.  
  15. #ifndef HAS_INDEX
  16. #ifndef index
  17. #define index strchr
  18. #endif
  19. #endif
  20.  
  21. #ifndef HAS_INDEX
  22. #ifndef rindex
  23. #define rindex strrchr
  24. #endif
  25. #endif
  26.  
  27. extern FILE *popen(const char *cmd,const char *mode);
  28. extern int pclose(FILE *fp);
  29. #endif
  30.